| 1. | Use dead code elimination to implement assertions 使用无效代码清除策略实现断言。 |
| 2. | Loop is effectively dead code , and the compiler is designed to eliminate any dead code it can identify 循环实际上是死代码,编译器会清除任何发现的死代码。 |
| 3. | Leaving dead code unattended can eventually lead to performance issues as the system becomes weighed down with unused code 对死代码置之不理,最终可能会因为系统中的未用代码过多而导致性能问题。 |
| 4. | Dead code separation code that is not called during profiling is moved to a special section that is appended to the end of the set of sections 死代码分隔将配置过程中没有调用的代码移到一个特殊的节中,该节附加在一组节的末尾。 |
| 5. | The cla ic compiler optimizatio , such as dead code elimination , co tant folding , co tant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。 |
| 6. | The classic compiler optimizations , such as dead code elimination , constant folding , constant propagation , elimination of partial redundancies , loop unrolling , etc . , are static analyses 典型的编译器最优化,如死代码消除、常数合并、常数传送、部分冗余的消除、循环展开等等,是静态分析。 |
| 7. | Dead code introduced by a metamorphic virus could be removed using dead - code eliminatio reordering of i tructio by introducing jump statements can be undone by reordering the i tructio 变形病毒所插入的死代码会被死代码消除过程移除;藉由插入跳转语句重新排序的指令可以通过重新整理那些指令来复原。 |
| 8. | Dead code introduced by a metamorphic virus could be removed using dead - code elimination ; reordering of instructions by introducing jump statements can be undone by reordering the instructions 变形病毒所插入的死代码会被死代码消除过程移除;藉由插入跳转语句重新排序的指令可以通过重新整理那些指令来复原。 |
| 9. | The use of the counter variables in the incrementer classes is a failed attempt to fool the compiler , but compilers are often smarter than we give them credit for when it comes to eliminating dead code 在incrementer类中使用计数器变量骗不到编译器,在删除无用代码方面我们对编译器给予了信任,但编译器比我们想象的还要聪明。 |